home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TDESIGNIT / TDESIGNIT.txt
Text File  |  1996-03-05  |  1KB  |  55 lines

  1. object DesignIt: TDesignIt
  2.   Left = 350
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'Design Own Puzzle'
  6.   ClientHeight = 343
  7.   ClientWidth = 189
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 19
  18.   object SavePuzzle: TButton
  19.     Left = 8
  20.     Top = 196
  21.     Width = 169
  22.     Height = 33
  23.     Caption = '&Save Puzzle'
  24.     TabOrder = 0
  25.     OnClick = SavePuzzleClick
  26.   end
  27.   object SaveAndPlay: TButton
  28.     Left = 8
  29.     Top = 232
  30.     Width = 169
  31.     Height = 33
  32.     Caption = 'Save &And Play'
  33.     TabOrder = 1
  34.     OnClick = SaveAndPlayClick
  35.   end
  36.   object PlayPuzzle: TButton
  37.     Left = 8
  38.     Top = 268
  39.     Width = 169
  40.     Height = 33
  41.     Caption = '&PLay Puzzle'
  42.     TabOrder = 2
  43.     OnClick = PlayPuzzleClick
  44.   end
  45.   object ExitButton: TButton
  46.     Left = 8
  47.     Top = 304
  48.     Width = 169
  49.     Height = 33
  50.     Caption = 'E&xit'
  51.     TabOrder = 3
  52.     OnClick = ExitButtonClick
  53.   end
  54. end
  55.